/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
/*     font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif; */
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

/* a:link {
    color: #666;
}

a:visited {
    color: #666;
} */

a:hover,
a:active,
a:focus {
/*     color: #009b4c; */
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
/*     font-weight: bold; */
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}



/*头部样式*/
/* .top1 {
    height: 27px;
    background: #e6e6e6;
    color: #595959;
    line-height: 27px;
    overflow: hidden;
    font-size: 13px;
}

.top2 {
    height: 143px;
    overflow: hidden;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
    line-height: 143px;
}

.top2 .k2 {
    margin-top: 35px;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    background: url() no-repeat left center;
    padding-left: 40px;
} */



/*热门搜索*/
/* .sou {
    margin: 15px 0;
}

.hotSearch a {
    margin-right: 6px;
}

.hotSearch {
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
} */

/*搜索和热门搜索*/
/* #formsearch {
    float: right;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

#formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
}

#formsearch input#keyword {
    height: 22px;
    line-height: 22px;
    padding-left: 4px;
    color: #666;
}

#formsearch input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #009b4c;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
} */
.footdibu{
    text-align: center;
    line-height:65px;
    color:white;
}

/* 友情链接 */

.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #2a333c;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd{
    width:calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width:120px;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}

.reset_style {
    line-height: normal;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 14px;
}
#w_common_text-1623383703525 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.reset_style h4 {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}
.reset_style h4 span {
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}
#w_common_text-1623383703530 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_grid-1623383703425 {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 192px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_grid-1623383703425 >div {
    animation-fill-mode: both;
}
.w_grid-000 > .w_grid {
    width: 100%;
    position: relative;
}
.w_grid-000 > .w_grid.signal {
    min-height: inherit;
}
.w_grid-000 > .w_grid.signal > .p_gridbox {
    min-height: inherit;
}
.w_grid-000 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}
#w_grid-1623383703425> div > .p_gridbox > .p_gridCell:nth-child(1n) {
    margin-right: 0;
}
#w_grid-1623383703425> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    clear: none;
}
#w_grid-1623383703425> div > .p_gridbox > .p_gridCell {
    margin-bottom: 0rem;
    margin-top: 0rem;
    margin-left: 0%;
}
.w_grid-000 > div > div > .p_gridCell {
    float: left;
    position: static;
}
#w_grid-1623383703435 {
    width: auto;
    max-width: 100%;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_grid-1623383703435 >div {
    animation-fill-mode: both;
}
.w_grid-000 > .w_grid.signal {
    min-height: inherit;
}
.w_grid-000 > .w_grid {
    width: 100%;
    position: relative;
}
#w_grid-1623383703435 .p_gridbox {
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}
.w_grid-000 > .w_grid.signal > .p_gridbox {
    min-height: inherit;
}
.w_grid-000 > .w_grid.signal > .p_gridbox {
    min-height: inherit;
}
.w_grid-000 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}
#w_grid-1623383703435> div > .p_gridbox > .p_gridCell:nth-child(1n) {
    margin-right: 0px;
}
#w_grid-1623383703435> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    clear: none;
}
#w_common_text-1623383703535 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_common_text-1623383703540 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
}
#w_grid-1623383703445 {
    width: 100%;
    max-width: 1180px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.w_grid-001 > .w_grid {
    width: 100%;
    position: relative;
}
.w_grid-001 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}
#w_grid-1623383703445> div > .p_gridbox > .p_gridCell:nth-child(3n+1) {
    margin-left: 0px;
    clear: left;
    margin-right: 0px;
    width: 33.33333333333333%;
}
#w_grid-1623383703445> div > .p_gridbox > .p_gridCell {
    margin-bottom: 0.6rem;
    margin-top: 0.6rem;
    margin-left: 0%;
}
.w_grid-001 > div > .p_gridbox > .p_gridCell {
    float: left;
    position: static;
}
#w_fimg-1623383703455 {
    width: 100%;
    max-width: 47px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 47px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_common_text-1623383703545 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_fimg-1623383703455 >div {
    animation-fill-mode: both;
}
.w_fimg-000 .animated {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: inherit;
}
.w_fimg-000 .p_box {
    width: 100%;
    height: 100%;
    text-align: center;
    position: static;
}
.w_fimg-000 .p_dimage {
    height: inherit;
    overflow: hidden;
    font-size: 0;
}
#w_grid-1623383703445> div > .p_gridbox > .p_gridCell:nth-child(3n+2) {
    width: 33.33333333333333%;
    margin-left: 0px;
    margin-right: 0px;
    clear: none;
}
#w_fimg-1623383703465 {
    width: 100%;
    max-width: 47px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 47px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_fimg-1623383703465 >div {
    animation-fill-mode: both;
}
.w_fimg-000 .animated {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: inherit;
}
.w_fimg-000 .p_box {
    width: 100%;
    height: 100%;
    text-align: center;
    position: static;
}
.w_fimg-000 .p_dimage {
    height: inherit;
    overflow: hidden;
    font-size: 0;
}
#w_common_text-1623383703550 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 88px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_grid-1623383703445> div > .p_gridbox > .p_gridCell:nth-child(3n) {
    margin-right: 0px;
}
#w_grid-1623383703445> div > .p_gridbox > .p_gridCell:nth-child(3n+0) {
    width: 33.33333333333333%;
    margin-left: 0px;
    margin-right: 0px;
    clear: none;
}
#w_fimg-1623383703475 {
    width: 100%;
    max-width: 47px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 47px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_fimg-1623383703475 >div {
    animation-fill-mode: both;
}
#w_common_text-1623383703555 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_grid-1637029070446 {
    width: 100%;
    max-width: 1180px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_grid-1637029070446 >div {
    animation-name: flipInX;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}
.w_grid-001 > .w_grid {
    width: 100%;
    position: relative;
}
#w_grid-1623383703435 .p_gridbox {
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}
.w_grid-001 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}
#w_grid-1637029070446> div > .p_gridbox > .p_gridCell:nth-child(4n+1) {
    margin-left: 0px;
    clear: left;
    margin-right: 0px;
    width: 25%;
}
#w_grid-1637029070446> div > .p_gridbox > .p_gridCell {
    margin-bottom: 0.6rem;
    margin-top: 0.6rem;
    margin-left: 0%;
}
#w_fimg-1637029070452 {
    width: 100%;
    max-width: 47px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.w_fimg-000 {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 200px;
}
#w_fimg-1637029070452 >div {
    animation-fill-mode: both;
}
.w_fimg-000 .animated {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: inherit;
}

#w_common_text-1637029070461 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_fimg-1637029141932 {
    width: 100%;
    max-width: 180px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_fimg-1637029141932 >div {
    animation-fill-mode: both;
}
#w_grid-1637029070446> div > .p_gridbox > .p_gridCell:nth-child(4n+2) {
    width: 25%;
    margin-left: 0px;
    margin-right: 0px;
    clear: none;
}
#w_fimg-1637029070456 {
    width: 100%;
    max-width: 47px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_fimg-1637029070456 >div {
    animation-fill-mode: both;
}
#w_common_text-1637029070463 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_fimg-1637029194863 {
    width: 100%;
    max-width: 180px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_fimg-1637029194863 >div {
    animation-fill-mode: both;
}
#w_grid-1637029070446> div > .p_gridbox > .p_gridCell:nth-child(4n+3) {
    width: 25%;
    margin-left: 0px;
    margin-right: 0px;
    clear: none;
}
#w_fimg-1637029070459 {
    width: 100%;
    max-width: 47px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 47px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_fimg-1637029070459 >div {
    animation-fill-mode: both;
}
#w_common_text-1637029070466 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_common_text-1637029299089 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_grid-1637029070446> div > .p_gridbox > .p_gridCell:nth-child(4n) {
    margin-right: 0px;
}
#w_grid-1637029070446> div > .p_gridbox > .p_gridCell:nth-child(4n+0) {
    width: 25%;
    margin-left: 0px;
    margin-right: 0px;
    clear: none;
}
#w_fimg-1637029131639 {
    width: 100%;
    max-width: 47px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 47px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_fimg-1637029131639 >div {
    animation-fill-mode: both;
}
#w_common_text-1637029330633 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_common_text-1637029334112 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}









/*内页左侧样式*/
.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}

.page-product-inquiry a {
    color: #fff;
}
@media (max-width: 1200px) {
    .container{
        width: 100% !important;
    }
    .page-wrap-right{
        padding: 0 15px;
    }
    .page-position{
        padding: 0 15px;
    }
}
    .product-detail-tabcon{
        max-width: 100%;
    }


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    #w_grid-1623383703445> div > .p_gridbox > .p_gridCell:nth-child(3n+1){
        width:100%;
    }
    #w_grid-1623383703445> div > .p_gridbox > .p_gridCell:nth-child(3n+2){
        width:100%;
    }
    #w_grid-1623383703445> div > .p_gridbox > .p_gridCell:nth-child(3n+0){
        width:100%;
    }
    #w_grid-1637029070446> div > .p_gridbox > .p_gridCell:nth-child(4n+1){
        width:50%;
    }
    #w_grid-1637029070446> div > .p_gridbox > .p_gridCell:nth-child(4n+2){
        width:50%;
    }
    #w_grid-1637029070446> div > .p_gridbox > .p_gridCell:nth-child(4n+3){
        width:50%;
    }
    #w_grid-1637029070446> div > .p_gridbox > .p_gridCell:nth-child(4n+0){
        width:50%;
    }
    #w_common_text-1623383703525{
        margin-top:20px;
    }
    #w_common_text-1623383703530{
        margin-top:20px;
    }
}



